home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00152.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  196 b   |  11 lines

  1. on mouseUp me
  2.   global lightr
  3.   if lightr = "off" then
  4.     lightr = "on"
  5.     set the memberNum of sprite 32 to 456
  6.   else
  7.     lightr = "off"
  8.     set the memberNum of sprite 32 to 455
  9.   end if
  10. end
  11.